home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Crossword / Source / LeapfrogWord.h < prev    next >
Text File  |  1995-06-12  |  357b  |  19 lines

  1. /*
  2.  
  3. File LeapfrogWord.h
  4.  
  5. These are the words used for leapfrog search.  When backjumping past a square, the square remembers its current value and tries that value first the next time through.
  6.  
  7. */
  8.  
  9. #import "BackjumpWord.h"
  10.  
  11.  
  12. /* ————————————————————————————————————————————————————————————————————————————  */
  13.  
  14.  
  15. @interface LeapfrogWord:BackjumpWord
  16. {
  17. }
  18.  
  19. @end